home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_xgasxpl.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  1.4 KB  |  67 lines

  1. // =============
  2. // GAS EXPLOSION
  3. // =============
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 3
  9. particleClass1 = "xgasxpl.core"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 0.0 0.0"
  12. particleClass2 = "xgasxpl.shock"
  13. particleCount2 = 1
  14. particleVeloc2 = "0.0 0.0 0.0"
  15. particleClass3 = "xgasxpl.light"
  16. particleCount3 = 1
  17. particleVeloc3 = "0.0 0.0 0.0"
  18.  
  19. explSound = "xmv1.wav"
  20. damageRadius = 50.0
  21. damageValue(N) = 175
  22. damageValue(L) = 100
  23. damageValue(H) = 75
  24. damageValue(S) = 200
  25. damageValue(D) = 200
  26. damageValue(A) = 200
  27.  
  28.  
  29. [Core]
  30. simulateBase = "sim_null"
  31. lifeTime = 1.5
  32. renderBase = "draw_twirl"
  33. textureName = "flame.tga"
  34. textureBlend = "one one modulate"
  35. startColor = "255 255 63 255"
  36. finishColor = "255 0 0 0"
  37. startRadius = 3.0
  38. finishRadius = 30.0
  39. animateTime = 1.5
  40.  
  41. [Shock]
  42. simulateBase = "sim_null"
  43. lifeTime = 0.3
  44. renderBase = "draw_sphere"
  45. textureName = "vsmoke.tga"
  46. textureBlend = "one one modulate"
  47. startColor = "255 255 63 127"
  48. finishColor = "255 0 0 0"
  49. startRadius = 3.0
  50. finishRadius = 60.0
  51. animateTime = 0.3
  52. latitudeBands = 8
  53. longitudeSegments = 16
  54.  
  55. [Light]
  56. simulateBase = "sim_null"
  57. lifeTime = 1.5
  58. renderBase = "draw_light"
  59. startColor = "255 255 63 2550"
  60. finishColor = "255 0 0 0"
  61. startRadius = 60.0
  62. finishRadius = 60.0
  63. animateTime = 1.5
  64. attenuateConstant = 0.0
  65. attenuateLinear = 1.0
  66. attenuateQuadratic = 0.0
  67.